cn-uofbasel / ccn-lite

CCN-lite, a lightweight implementation of the CCNx protocol and its variations
ISC License
74 stars 63 forks source link

changes type of length in struct ccnl_buf_s #331

Closed mfrey closed 5 years ago

mfrey commented 5 years ago

Contribution description

Changes the type of memberdata_len in struct ccnl_buf_s from ssize_t to size_t. This PR also changes the length parameter of ccnl_buf_new from int to size_t.

Issues/PRs references

Fixes #330

mfrey commented 5 years ago

I'm a bit puzzled about the commits from @s3lph in this PR. Please do not merge!