Displaying 4 results from an estimated 4 matches for "cerain".
Did you mean:
certain
2004 Dec 04
5
Incoming SIP Address?
Hi,
Is it possible to have an incoming SIP address like
someuser@sip.mydomain.com, where sip.mydomain.com points to a box
running Asterisk?
If so, please could someone give an example asterisk config snippet for
this?
If it is possible, I assume ports 5060 and 10000-20000 need to be opened
in the firewall too.
Thanks!
--ian
2018 Jun 22
0
[PATCH] drm/nouveau/secboot/acr: Remove VLA usage
...but
>> the last 4 bytes are only partly memset to 0.
>
> I think this is unchanged from the original code, yes? The memset() is
> always against bl_desc_size; I haven't changed that.
>
right, but I think before we would upload undefined data (because we
run out of bounds for cerain bl_desc_size), now we get what ever was
left inside the buffer from the previous iteration. Both cases are not
good. It isn't an issue with your patch, the code before wasn't 100%
correct either. But maybe that's fine, because bl_desc_size is always
a multple of 0x4.
>> If ls_fun...
2018 Jun 22
2
[PATCH] drm/nouveau/secboot/acr: Remove VLA usage
On Fri, Jun 22, 2018 at 10:50 AM, Karol Herbst <kherbst at redhat.com> wrote:
> On Thu, May 24, 2018 at 7:24 PM, Kees Cook <keescook at chromium.org> wrote:
>> In the quest to remove all stack VLA usage from the kernel[1], this
>> allocates the working buffers before starting the writing so it won't
>> abort in the middle. This needs an initial walk of the
2005 Aug 18
2
Question and feature requests for processor bound systems
...This is a hint that most likely the
file is appended to, but will still catch most occurances where a file was
modified.
All of these options might also benefit from another option that says to
only apply these optimizations to files over a certain size, or where the
automatic blocksize is over a cerain size.
Obviously, these optimizations would all be for systems with comparatively
low cpu power, but as average filesizes continue to get larger and larger,
they would also benefit even much faster systems when used on very large
(several gigabytes and up) files.
In the process of testing this, I...