pwann (Poul Wann Jensen)
- Login: pwann
- Email: poulwann@gmail.com
- Registered on: 08/01/2014
- Last sign in: 08/01/2014
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 0 | 0 |
Activity
08/01/2014
-
09:57 AM Ruby Bug #10019: segmentation fault/buffer overrun in pack.c (encodes)
- This crash only triggers with FORTIFY_SOURCE. When calling rb_str_buf_cat at the end of encodes for the situation where the len variable ends up as 4. As in the example in ["a"*(3072*3-2)].pack("m3072"). This causes 1 byte corruption of ...