Changes between Version 1 and Version 2 of Ticket #49745, comment 11


Ignore:
Timestamp:
Nov 22, 2015, 7:30:55 PM (8 years ago)
Author:
mbrethen
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #49745, comment 11

    v1 v2  
    1 In cslbase/print.c line 105 there is a constant VPRINTF_CHUNK. The current value is 256 and an effect is that when it tries to print a message longer than that you get a buffer overflow. The path that macports repository uses triggers that very overflow. Whereas I was building from my local repository. Need to patch it .
     1In cslbase/print.c line 105 there is a constant VPRINTF_CHUNK. The current value is 256 and an effect is that when it tries to print a message longer than that you get a buffer overflow. The path that macports repository uses triggers that very overflow. Whereas I was building from my local repository.
    22
    33I posted a patch to csl/cslbase/print.c so that the constant there is (say) 2048 rather than 256; and one for the portfile as well.