-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing crash when multiple instances of AMF are run (#126)
* Fixing crash when multiple instances of AMF are run Delaying the null reference set to make sure there is no inflight packet in the pipeline * Reset security context available flag
- Loading branch information
1 parent
418527a
commit e4d4f47
Showing
5 changed files
with
12 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,7 @@ FROM golang:1.18.3-stretch AS builder | |
LABEL maintainer="ONF <[email protected]>" | ||
|
||
#RUN apt remove cmdtest yarn | ||
RUN echo "deb http://archive.debian.org/debian stretch main" > /etc/apt/sources.list | ||
RUN apt-get update | ||
RUN apt-get -y install apt-transport-https ca-certificates | ||
RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg > pubkey.gpg | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters