FreeBSD code updates in order to get core module compiling under it#660
Open
Teetoow wants to merge 13 commits intoONLYOFFICE:masterfrom
Open
FreeBSD code updates in order to get core module compiling under it#660Teetoow wants to merge 13 commits intoONLYOFFICE:masterfrom
Teetoow wants to merge 13 commits intoONLYOFFICE:masterfrom
Conversation
use the officially V8 sources build with the DocumentServer scrit. A workaround is to use FreeBSD ports to get V8
2. Add a specific FreeBSD routine in order to get the correct path of binary which corresponds to the current running process
…ch cannot be executed in this scope. "isolate" argument might correct the bug
guess that you wanted to reset the pointer so using "*" is wrong. If you want to reset the data buffer content you might first check that pData is not equal to NULL and then do: "*pData = (char)0;". NULL is equivalent to a pointer (its cast is void*) not a byte nor a char.
t0rtila
pushed a commit
that referenced
this pull request
Feb 13, 2026
…md into release/v9.3.0 Reviewed-on: https://git.onlyoffice.com/ONLYOFFICE/core/pulls/660
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I updated my patch with the latest version of this module in order to get DocumentServer compiling and working under FreeBSD.
Please note that this pull request contains different patches :