User Activity

  • Modified ticket #29 on sxmlc

    Fix for memory leak in sxmlc.c

  • Posted a comment on ticket #29 on sxmlc

    Nice (sort of ;))! I've applied the patch to create the v4.5.4. Thanks!

  • Posted a comment on discussion Help on sxmlc

    Awesome, thanks Damian! It feels really rewarding to see that this small project is actually helping people develop bigger things :) I checked out your xlsx_drone project, it seems to be something I could be working with. I especially love the very few files it needs (I guess you noticed it from sxmlc as well ;)). Also, although sxmlc staerted on SourceForge, it is on GitHub as well, in case it's easier to link to: https://github.com/matthieu-labas/sxmlc Thanks again for letting me know, I hope you...

  • Modified a comment on discussion Help on sxmlc

    Thank Damian for the update. The UTF-8 part was extensively tested by "hundreds of (external) tests" (from what I was told) so I should be confident that it should be working fine, but you how bugs like to nest in the most hidden places ;) Happy New Year! :) Matthieu

  • Posted a comment on discussion Help on sxmlc

    Thank Damian for the update. The UTF-8 part was extensively tested by "hundredth of (external) tests" (from what I was told) so I should be confident that it should be working fine, but you how bugs like to nest in the most hidden places ;) Happy New Year! :) Matthieu

  • Posted a comment on discussion Help on sxmlc

    Hello Damian, The difference when compiling with SXMLC_UNICODE is that the file (if you're parsing files, not buffers) is opened in binary mode (fopen("rb")) and all string functions (strdup(), strlen(), etc.) assume wide char instead of char. So maybe if there are characters that must be stored on more than one byte, it could overflow some buffer. We can consider the following: multi-byte characters are never null (see https://unicodebook.readthedocs.io/unicode_encodings.html) so non-SXMLC_UNICODE...

  • Modified ticket #28 on sxmlc

    Empty XML file causing segmentation fault

  • Posted a comment on ticket #28 on sxmlc

    OK thanks. I changed the macro to check for the i_root validity and retur NULL if < 0. I pushed the changes to v4.3.4.

View All

Personal Data

Username:
matthieu-labas
Joined:
2010-07-27 00:29:10

Projects

This is a list of open source software projects that Matthieu Labas is associated with:

  • JRF Java Remote File - RemoteInputStream and RemoteOutputStream. Last Updated:
  • PCAPAnalyzer Network traffic analysis from PCAP format Last Updated:
  • WinUtils Small Windows command line utilities for sysadmins or linux users Last Updated:
  • pyLux   Last Updated:
  • sxmlc Simple, lightweight XML parser in C, statically or dynamically linked. Last Updated:

Skills

This is a list of skills that Matthieu Labas possesses:

  • C
  • Java

Personal Tools