about summary refs log tree commit diff stats
path: root/arc/.traces/jump-if-fallthrough
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-06-18 11:26:04 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-06-18 11:37:21 -0700
commit0ab01e6f00fad00bb2103113c9c90f6c3a042321 (patch)
tree7701c48a4f6c395506197fe87849cbeef71463fa /arc/.traces/jump-if-fallthrough
parent9e86933229e6d6d45f0192a23e618557540d21d9 (diff)
downloadmu-0ab01e6f00fad00bb2103113c9c90f6c3a042321.tar.gz
1594 - removing from start/end of duplex list
This uncovers an issue with this interface to duplex lists: the caller
needs to check the result and invalidate any other pointers if it's null
(i.e. the list is now empty)

We *could* try to encapsulate the list in a header to help the caller
manage header pointers. But heck, let's see if writing tests helps
call-sites stay on the straight and narrow.
Diffstat (limited to 'arc/.traces/jump-if-fallthrough')
0 files changed, 0 insertions, 0 deletions
href='#n125'>125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187