Comment # 10
on bug 8287
from Dirk
I can replace the se_ functions with wmem. (My code was developed and tested on
1.8 branch which is lacking wmem) However when I make those changes, I would
like to write a "final" version of the code in the HTTP dissector which uses a
wmem_realloc(). Even if that is currently only implemented as a wmem_alloc()
and memcpy internally, we could have dissector developers use the new realloc()
and properly implement it later. We won't need to fix a potentially large
number of dissectors then.
You are receiving this mail because:
- You are watching all bug changes.