Custom Query (332 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (301 - 303 of 332)

Ticket Resolution Summary Owner Reporter
#340 fixed [patch] Incorrect method call causing exception in some cases bas ianyh
Description

There was a case where the lower method on a string was referenced as an object instead of actually making a method call. I've added a patch for it.

#341 fixed format-security problem bas thomas.moschny@…
Description

When run_email2trac.c is compiled with -Werror=format-security, this error is thrown:

gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches  -m64 -mtune=generic -o run_email2trac run_email2trac.c
run_email2trac.c: In function 'email2trac_log':
run_email2trac.c:59:5: error: format not a string literal and no format arguments [-Werror=format-security]
     syslog(LOG_ERR, message);
     ^

The attached patch fixes this.

#342 fixed Typo in variable assignment bas anonymous
Description

There is a typo on line 747 of email2trac.py - instead of 'filemax_length' the variable spells 'filemax_lenght'

https://oss.trac.surfsara.nl/email2trac/browser/trunk/email2trac.py.in#L747

Note: See TracQuery for help on using queries.