Custom Query (245 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (49 - 51 of 245)

Ticket Resolution Summary Owner Reporter
#269 fixed fopen() crash bird KO Myung-Hun
Description

Hi/2.

fopen() crash if a complex and very long argument is passed instead of returning NULL and setting errno to ENAMETOOLONG.

#267 fixed Make _abspath() use path rewrite feature bird dmik
Description

It seems that _abspath() does not involve a call to __libc_PathRewrite() to expand things like /@unixroot/my/path to proper paths. As a result, an attempt to call this function on such a path will return X:/@unixroot/my/path (where X: is the current drive) which in most cases will be a completely invalid path (which doesn't lead to what the original path before calling _abspath() would lead to).

More details are here http://svn.netlabs.org/qt4/ticket/282.

#266 fixed stderr is not thread safe bird James Moe
Description

gcc v3.3.5 csd5 libc065

If multiple streams are sent to stderr (error output), it is possible for the output to become scrambled. In the example below the strings were sent to stderr after acquiring a mutex to prevent, well, what happened. The same thing happens with C++ and cerr.

20130131-15:44:15.077 (001)-C-pmmail_main_queue: step 1 20130131-15:44:15.077 (001)-I-ProgressCreateWindow?: n_opens [1]

2200113300113311--1155::4444:1:51.51.4184 8(0(00801))--II--sMpaeilnlWeirn_Cirneiatt:e Waisnp

The first two lines are how most of the log entries are printed. The

third line is a stuttering combination of two log lines.

Note: See TracQuery for help on using queries.