Closed fvel closed 1 year ago
Hello @fvel, is there a commit author string that we should use, rather than the below that is presently displayed?
fvel <58647413+fvel@users.noreply.github.com>
If you could use "Felipe Velazquez Serra fvelazquez@fing.edu.uy" it would be great.
pushed in commit 2d7edf8
Hello, I'm woriking on porting FRRouting to dce. I've fixed a couple of bugs while working on it and I'd like to merge them.
The function dce_vasprintf calls to the system vasprintf, using a ret variable to ask for memory and copy the string that is returned by vasprintf. ret is the amount of bytes in the string without considering the termination character \0. For that reason there is a bug here and ret should be ret+1.