tags 661545 + patch kthxbye A patch is included to fix the format string issue, minor as it might be.
-- brian m. carlson / brian with sandals: Houston, Texas, US +1 832 623 2791 | http://www.crustytoothpaste.net/~bmc | My opinion only OpenPGP: RSA v4 4096b: 88AC E9B2 9196 305B A994 7552 F1BA 225C 0223 B187
diff -urN libproc-processtable-perl-0.45.orig/ProcessTable.xs libproc-processtable-perl-0.45/ProcessTable.xs
--- libproc-processtable-perl-0.45.orig/ProcessTable.xs 2012-12-06 01:37:15.548659798 +0000
+++ libproc-processtable-perl-0.45/ProcessTable.xs 2012-12-06 01:38:30.960137369 +0000
@@ -388,5 +388,5 @@
char* error;
if( (error = OS_initialize()) != NULL ){
- croak(error);
+ croak("%s", error);
}
signature.asc
Description: Digital signature

