Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Let's not assume that an unsigned long int always behave as a char *...
authorArnaud Legrand <arnaud.legrand@imag.fr>
Thu, 26 Apr 2012 22:27:38 +0000 (00:27 +0200)
committerArnaud Legrand <arnaud.legrand@imag.fr>
Thu, 26 Apr 2012 22:27:38 +0000 (00:27 +0200)
commitc6d610b3ae7344e3f209515558daf0b4a8667824
tree0f7da9a64671663d056068808a911fbe079a9822
parent8906e0cca9c2d9884919f502536df631415765a5
Let's not assume that an unsigned long int always behave as a char *...

When it comes to such pointer arithmetic, char * is the way to go.
Plus plug a dumb memleak.

Sorry about the previous commit that did not work with full compilation flags.
src/xbt/dynar.c