Skip to content

Commit

Permalink
bugfix: initialize ASL to default value 1 to avoid randomized access …
Browse files Browse the repository at this point in the history
…rights
  • Loading branch information
dirk-zimoch committed Nov 17, 2023
1 parent 210b730 commit 4b0d5db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gateAs.cc
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ gateAsEntry* gateAs::findEntryInList(const char* pv, gateAsList& list) const

int gateAs::readPvList(const char* lfile)
{
int lev;
int lev=1;
int line=0;
FILE* fd;
char inbuf[GATE_MAX_PVLIST_LINE_LENGTH];
Expand Down

0 comments on commit 4b0d5db

Please sign in to comment.