Skip to content

Commit

Permalink
Fixed: [Type / Endianism problem in yang_parse_file #128](#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
olofhagsand committed Aug 21, 2020
1 parent 0e4df0e commit 6be4b18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Users may have to change how they access the system

### Corrected Bugs

* Fixed: [Type / Endianism problem in yang_parse_file #128](https://github.com/clicon/clixon/issues/128)
* Fixed: [(CLI) the description of a used grouping is shown instead of the encapsulating container #124](https://github.com/clicon/clixon/issues/124)
* Uses/group and augments only copies *schemanodes*. This means reference/description/.. etc are not copied, the original is kept. Also, as a side-effect of the bugfix, a final cardinality sanity check is now made after all yang modifications, not only at the time the file is loaded.

Expand Down
2 changes: 1 addition & 1 deletion lib/src/clixon_yang_parse_lib.c
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ yang_parse_file(int fd,
{
char *buf = NULL;
int i;
int c;
char c;
int len;
yang_stmt *ymod = NULL;
int ret;
Expand Down

0 comments on commit 6be4b18

Please sign in to comment.