issues
search
abema
/
go-mp4
Go library for reading and writing MP4 file
https://dev.to/sunfishshogi/go-mp4-golang-library-and-cli-tool-for-mp4-52o1
MIT License
464
stars
30
forks
source link
Prevent RAM exhaustion
#150
Closed
sunfish-shogi
closed
1 year ago
sunfish-shogi
commented
1 year ago
This change prevents RAM exhaustion.
Limit first slice capacity in common marshaller.
Exclude mdat-box.
Will not limit for reallocation. (If requested length is larger than real remaining file size, return EOF error.)
Return an error if name length of hdlr-box is larger than 1024.
149
146
This change prevents RAM exhaustion.
149
146