Displaying 4 results from an estimated 4 matches for "pjp".
Did you mean:
pgp
2010 Mar 31
10
port syslinux isohybrid perl script to C
Hi,
Miller, Shao:
> I am enjoying this discussion
Me not. I feel quite misunderstood.
hpa:
> Actually, I would prefer if you removed this in its current form.
Ok. Will do.
If any viable solution emerges, please let me
know.
Have a nice day :)
Thomas
2010 May 17
2
About isohybrid.c patch
Hi,
Just checking, if there are any updates about testing of the isohybrid.c patch
at -> http://pjp.dgplug.org/tools/syslinux-3.86-isohybrid.patch.10
Is there anything I can do to help test it?
Thank you.
---
Regards
-P J P
PS: Please don't send me html/attachment/Fwd mails
2010 Apr 12
2
Patch to port isohybrid.pl to isohybrid.c
Hello all,
Past few days I was working on porting the isohybrid perl script to c.
(-> https://fedorahosted.org/fedora-engineering-services/ticket/15)
The first patch towards the same is attached with this mail. And the same could also be accessed
from: http://pjp.dgplug.org/tools/syslinux-3.86-isohybrid.patch
I would really appreciate it if somebody could have a look at it and let me know the feedback.
Thank you.
---
Regards
-P J P
PS: Please don't send me html/attachment/Fwd mails
Your Mail works best with the New Yahoo Optimized IE8. Get...
2011 Apr 29
4
You don't check for malloc failure
Hi,
You don't check for malloc failure. I've made a patch that is possibly
wrong but it saves the program from SIGSEGV and replaces it with SIGABRT.
-peter
diff -ru icecast-2.3.2-ORIG/src/admin.c icecast-2.3.2/src/admin.c
--- icecast-2.3.2-ORIG/src/admin.c Fri May 2 17:40:00 2008
+++ icecast-2.3.2/src/admin.c Thu Apr 28 19:53:03 2011
@@ -291,6 +291,9 @@